home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / tb118.zip / TB.BAT < prev    next >
DOS Batch File  |  1992-09-29  |  567b  |  21 lines

  1. @echo off
  2. rem
  3. rem  The TurBoard Standalone BBS Batch Program  (Support Shareware!)
  4. rem  (c) Copyright Shawn Rhoads 1991,92
  5. rem  (c) Copyright Software @ Work 1991,92
  6. rem
  7. rem Use the following two commands if you are getting errors of
  8. rem mode com1:1200,N,8,1
  9. rem echo ATH>com1
  10. :start
  11. turboard %1 %2 %3 %4
  12. if errorlevel=255 goto end;
  13. if errorlevel=254 call NODE1.BAT
  14. if errorlevel=253 call NODE2.BAT
  15. if errorlevel=252 call NODE3.BAT
  16. if errorlevel=251 call NODE4.BAT
  17. if errorlevel=250 call NODE5.BAT
  18. if errorlevel=249 call NODE6.BAT
  19. goto start
  20. :end
  21.